listbox: Implement :focus-on-click
authorFlorian Müllner <fmuellner@gnome.org>
Fri, 23 Oct 2015 20:43:11 +0000 (22:43 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 3 Nov 2015 12:44:17 +0000 (07:44 -0500)
commitde50012371233e11e439a2e592d765b0dbfcc453
treefe9a1a7cf2e27edf9750ef0ad9bcbddeee0d68c5
parente364ae3ea8ac72e636bb1dd91d98814b655e844e
listbox: Implement :focus-on-click

Similar to buttons-in-toolbars, it can make sense for listbox rows
to not take away the focus from the main application view, for
instance when used for navigation. Support this by taking the newly
added GtkWidget:focus-on-click property into account.

https://bugzilla.gnome.org/show_bug.cgi?id=757269
gtk/gtklistbox.c